Skip to main content
  • KNN is sensitive to the scale of features. Always use the Feature Scaler node to normalize your data before applying KNN. Use the K-Finder analysis node to determine the optimal K value.
  • Ideal for initial exploration of classification problems before trying more complex models.

Use Cases

  • Room similarity detection: Find rooms most similar in shape and area to a reference room.
  • Zone classification: Assign zones (residential, commercial, industrial) based on spatial properties.